Name | Description | |
---|---|---|
![]() | CopyToClipboard | Overloaded. Copies an image to the clipboard. The image contains the area of the document with the specified bounds and is generated with the specified dpi. |
![]() | GetDocumentContentBounds | Gets the bounds of the document content. |
![]() | SaveAsImage | Overloaded. Shows a file dialog for selecting an image file and exports the given bounds of the document to an image with the specified DPI. The format of the image is determined by the type of image selected by the user. |
![]() | SaveToFileAsync | Overloaded. Saves the given bounds of the document to the specified file. |
![]() | SaveToStream | Exports the specified bounds of the document to an image and saves it to the given stream. |